Skip to content

docs: update install instructions with published npm and pub.dev packages#17

Merged
Ivanmw97 merged 2 commits intoreleasefrom
develop
Feb 9, 2026
Merged

docs: update install instructions with published npm and pub.dev packages#17
Ivanmw97 merged 2 commits intoreleasefrom
develop

Conversation

@Ivanmw97
Copy link
Copy Markdown
Collaborator

@Ivanmw97 Ivanmw97 commented Feb 9, 2026


Summary

Updates all documentation to reflect the newly published packages on npm and pub.dev. Renames the web package from @kompkit/core to kompkit-core across all references and fixes the lerna scope filter in web CI.

Type of Change

  • Documentation update
  • Refactor / code quality

Platforms Affected

  • Web (TypeScript)
  • Android (Kotlin)
  • Flutter (Dart)

Checklist

  • Web build/tests pass (npm run test:web && npm run build:web)
  • Android build/tests pass (cd packages/core/android && ./gradlew test)
  • Flutter build/tests pass (cd packages/core/flutter && flutter test)
  • API parity maintained across all affected platforms
  • Docs updated (if needed)
  • CHANGELOG updated (if needed)
  • Version bumped (if releasing)

Changes

Package rename

  • @kompkit/corekompkit-core (unscoped) across all docs and config

Install instructions updated (now pointing to real registries)

Files changed

  • README.md — Replaced clone-based install with real registry commands
  • docs/getting-started.md — Updated all install sections
  • docs/web.md — Updated all import references
  • docs/flutter.md — Replaced path references with pub.dev version
  • docs/android.md — Added "not published" note with local setup instructions
  • docs/recipes.md — Updated import references
  • packages/core/flutter/README.md — Updated install to pub.dev
  • package.json — Fixed lerna scope filter (kompkit-core)
  • lerna.json — Synced version to 0.2.0-alpha.0

No version bump — documentation-only changes.

@Ivanmw97 Ivanmw97 merged commit ae27a59 into release Feb 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant